'Declaration
Public Function DrawPie( _ ByVal ImageID As Integer, _ ByVal DstLeft As Single, _ ByVal DstTop As Single, _ ByVal Width As Single, _ ByVal Height As Single, _ ByVal StartAngle As Single, _ ByVal SweepAngle As Single, _ ByVal PenWidth As Integer, _ ByVal PenColor As Integer, _ ByVal AntiAlias As Boolean _ ) As GdPictureStatus
public GdPictureStatus DrawPie( int ImageID, float DstLeft, float DstTop, float Width, float Height, float StartAngle, float SweepAngle, int PenWidth, int PenColor, bool AntiAlias )
public function DrawPie( ImageID: Integer; DstLeft: Single; DstTop: Single; Width: Single; Height: Single; StartAngle: Single; SweepAngle: Single; PenWidth: Integer; PenColor: Integer; AntiAlias: Boolean ): GdPictureStatus;
public function DrawPie( ImageID : int, DstLeft : float, DstTop : float, Width : float, Height : float, StartAngle : float, SweepAngle : float, PenWidth : int, PenColor : int, AntiAlias : boolean ) : GdPictureStatus;
public: GdPictureStatus DrawPie( int ImageID, float DstLeft, float DstTop, float Width, float Height, float StartAngle, float SweepAngle, int PenWidth, int PenColor, bool AntiAlias )
public: GdPictureStatus DrawPie( int ImageID, float DstLeft, float DstTop, float Width, float Height, float StartAngle, float SweepAngle, int PenWidth, int PenColor, bool AntiAlias )
Parameters
- ImageID
- DstLeft
- DstTop
- Width
- Height
- StartAngle
- SweepAngle
- PenWidth
- PenColor
- AntiAlias